//==============================================================================
// tower_beta_anim.txt
//==============================================================================

//==============================================================================
define empower
{
    SetSelector
    {
        EmpowerLogic
        SetSelector
        {
            set hotspot
            {
                version
                {
                    Visualnone Jimmy
                }
            }
        }
        SetSelector
        {
            set hotspot
            {
                version
                {
                    Visualparticle SFX E Pharaoh Empower Large
                }
            }
        }
    }
}
//==============================================================================
define VINEA
{
    set hotspot
    {
        version
        {
            Visual Building VineA
        }
    }
}
//==============================================================================
define VINEB
{
    set hotspot
    {
        version
        {
            Visual Building VineB
        }
    }
}
//==============================================================================
define Dust
{
    set hotspot
    {
        version
        {
            Visualparticle SFX A Building DustA
        }
    }
}
//==============================================================================
define Oil
{
    set hotspot
    {
        version
        {
            Visualparticle SFX A Oil
        }
    }
}
//==============================================================================
define Tower
{
   set hotspot
   {
      version
      {
         Visual Building Beta N Tower V3
				connect RIGHTTHIGH Oil hotspot
				connect RIGHTHAND Oil hotspot
				connect leftTHIGH Oil hotspot
				connect leftHAND Oil hotspot
      }
   }  
}

//==============================================================================
anim Idle
{
	SetSelector none 
	{
		set hotspot
		{
			version
			{
				Visual Building Beta N Tower V3
			}
		}
	}	
}

//==============================================================================
anim RangedAttack
{
	SetSelector none 
	{
		set hotspot
		{
			version
			{
				Visual Building Beta N Tower V3
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                     tag Attack 0.40 true   
                     tag GenericSound 0.40 true   
                     tag SpecificSoundSet 0.00 false Arrow checkVisible 
//-- end auto generated section
			}
		}
	}	
}

//==============================================================================
anim Attack
{
	SetSelector none 
	{
		set hotspot
		{
			version
			{
				Visual Building Beta N Tower V3
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                     tag Attack 0.40 true   
                     tag GenericSound 0.40 true   
                     tag SpecificSoundSet 0.00 false Arrow checkVisible 
//-- end auto generated section
				connect Hotspot Tower hotspot
			}
		}
	}	
}

//==============================================================================
anim Death
{
	SetSelector none 
	{
		set hotspot
		{
			version
			{
				Visual Building Beta N Tower V3_Death
							connect smoke0 dust hotspot
							connect smoke1 dust hotspot
			}
		}
	}	
}